home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / bother__ / cenvid.zip / CENVIDOS.ZIP / PRMPTDAY.BAT < prev    next >
DOS Batch File  |  1994-10-06  |  287b  |  9 lines

  1. @echo OFF
  2. REM **********************************************
  3. REM *** PrmptDay.bat - Set the prompt with the ***
  4. REM *** ver.1          day preceding it        ***
  5. REM **********************************************
  6.  
  7. CEnviD sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  8.  
  9.